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-30 17:40:16 +01:00
|
|
|
apply = "0.3.0"
|
2023-01-19 19:46:28 +01:00
|
|
|
fraction = "0.13.0"
|
2023-01-06 12:18:16 -07:00
|
|
|
libcosmic = { path = "../..", default-features = false, features = ["debug", "winit_softbuffer"] }
|
2023-01-05 11:29:14 -07:00
|
|
|
once_cell = "1.15"
|
2023-02-27 19:23:02 -05:00
|
|
|
slotmap = "1.0.6"
|