-
Notifications
You must be signed in to change notification settings - Fork 109
/
Cargo.toml
40 lines (37 loc) · 878 Bytes
/
Cargo.toml
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
29
30
31
32
33
34
35
36
37
38
39
40
[package]
name = "rx"
version = "0.5.2"
description = "a modern, minimalist pixel editor"
license = "GPL-3.0-only"
repository = "https://github.com/cloudhead/rx"
homepage = "https://rx.cloudhead.io"
authors = ["Alexis Sellier <self@cloudhead.io>"]
edition = "2021"
[features]
default = ["glfw"]
[dependencies]
pico-args = "0.3.0"
png = { version = "0.16.6" }
gif = "0.10.3"
chrono = "0.4.19"
glfw = { version = "0.41.0", optional = true }
raw-window-handle = { version = "0.3.3", optional = true }
snap = "0.2.5"
log = { version = "0.4.14", features = ["std"] }
directories = "2.0.2"
seahash = "4.0.0"
digest = "0.8.1"
nonempty = "0.1.4"
memoir = "0.2.1"
arrayvec = "0.5"
num-traits = "*"
luminance = "0.43.2"
luminance-gl = "0.16.1"
luminance-derive = "0.6.3"
gl = "0.14"
[dev-dependencies]
lazy_static = "1.3"
tempfile = "3"
toml = "0.5"
serde = "1.0"
serde_derive = "1.0"