mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Add a new example and change how embedding is stored
This commit is contained in:
13
examples/viewports/Cargo.toml
Normal file
13
examples/viewports/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "viewports"
|
||||
version = "0.1.0"
|
||||
authors = ["konkitoman"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.65"
|
||||
publish = false
|
||||
|
||||
|
||||
[dependencies]
|
||||
eframe = { path = "../../crates/eframe" }
|
||||
env_logger = "0.10"
|
||||
Reference in New Issue
Block a user