1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 05:40:03 -04:00
Files
egui/examples/viewports/Cargo.toml
2023-07-27 18:18:14 +03:00

14 lines
257 B
TOML

[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", features = ["wgpu"] }
env_logger = "0.10"