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-03 21:33:11 +01:00
|
|
|
libcosmic = { path = "../..", default-features = false, features = ["debug", "winit_wgpu"] }
|