nandi/cosmicnimpublic Fork 0
v0.1.0
Commits
Clone
git clone https://git.rickub.com/nandi/cosmicnim.git
git clone ssh://git@rickub.com/nandi/cosmicnim.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Cargo.toml · 14 lines · 298 BTOML Blame HistoryRaw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
[package]
name = "cosmic_ffi"
version = "0.1.0"
edition = "2021"

[lib]
name = "cosmic_ffi"
crate-type = ["cdylib"]

[dependencies]
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = ["winit", "tokio", "wgpu", "a11y"] }

[profile.release]
opt-level = 2