mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
Add taplo.toml for toml formatting (#7618)
This commit is contained in:
@@ -11,13 +11,7 @@ readme = "README.md"
|
||||
repository = "https://github.com/emilk/egui/tree/main/crates/egui_glow"
|
||||
categories = ["gui", "game-development"]
|
||||
keywords = ["glow", "egui", "gui", "gamedev"]
|
||||
include = [
|
||||
"../LICENSE-APACHE",
|
||||
"../LICENSE-MIT",
|
||||
"**/*.rs",
|
||||
"Cargo.toml",
|
||||
"src/shader/*.glsl",
|
||||
]
|
||||
include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml", "src/shader/*.glsl"]
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
@@ -73,7 +67,7 @@ wasm-bindgen.workspace = true
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
glutin = { workspace = true, default-features = true } # examples/pure_glow
|
||||
glutin = { workspace = true, default-features = true } # examples/pure_glow
|
||||
glutin-winit = { workspace = true, default-features = true }
|
||||
|
||||
[[example]]
|
||||
|
||||
Reference in New Issue
Block a user