DEVELOPMENT ENVIRONMENT

~liljamo/gandalf

ref: 6b9e1364cfca46410e38fbdc64e5b39c55dab7d6 gandalf/Cargo.toml -rw-r--r-- 536 bytes
6b9e1364Jonni Liljamo fix: disable exit on unfocus, broken on sway 1 year, 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "gandalf"
version = "0.1.0"
authors = ["Jonni Liljamo <jonni@liljamo.com>"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
once_cell = "1.17.0"
cpc = "1.9.0"
rand = "0.8.5"

[dependencies.iced]
package = "iced"
version = "0.7.0"
default-features = false
features = ["wgpu", "image"]

[dependencies.iced_native]
package = "iced_native"
version = "0.8.0"
default-features = false
features = []

[profile.release]
strip = true
lto = true