mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
Make egui_demo_app the default binary, so cargo run just works
This commit is contained in:
@@ -6,6 +6,7 @@ license = "MIT OR Apache-2.0"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.60"
|
rust-version = "1.60"
|
||||||
publish = false
|
publish = false
|
||||||
|
default-run = "egui_demo_app"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
|
|||||||
Reference in New Issue
Block a user