libcosmic/examples/cosmic/Cargo.toml

15 lines
313 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]
apply = "0.3.0"
fraction = "0.13.0"
libcosmic = { path = "../..", default-features = false, features = ["debug", "winit_tiny_skia", "a11y", "lazy"] }
2023-01-05 11:29:14 -07:00
once_cell = "1.15"
slotmap = "1.0.6"
env_logger = "0.10"