mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 15:20:05 -04:00
Rename egui_demo to egui_demo_app to avoid confusion with egui_demo_lib
This commit is contained in:
14
egui_demo_app/Cargo.toml
Normal file
14
egui_demo_app/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "egui_demo_app"
|
||||
version = "0.1.0"
|
||||
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[dependencies]
|
||||
eframe = { version = "0.6.0", path = "../eframe"}
|
||||
egui_demo_lib = { version = "0.6.0", path = "../egui_demo_lib"}
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
Reference in New Issue
Block a user