libcosmic-yoda/examples/cosmic/Cargo.toml

10 lines
208 B
TOML
Raw Normal View History

2022-09-30 08:55:37 -06:00
[package]
name = "cosmic"
version = "0.1.0"
2022-10-03 11:45:46 -06:00
authors = []
2022-09-30 08:55:37 -06:00
edition = "2021"
publish = false
[dependencies]
2022-12-19 15:42:10 -07:00
libcosmic = { path = "../..", default-features = false, features = ["debug", "softbuffer", "winit"] }