mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-24 16:32:45 -04:00
- Update a couple of rust dependencies - Add taplo for toml auto formatting - Adjust some formatting configurations - Updated prettier and its plugins
18 lines
531 B
TOML
18 lines
531 B
TOML
[package]
|
|
name = "sd-desktop-linux"
|
|
version = "0.1.0"
|
|
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
libc = { workspace = true }
|
|
tokio = { workspace = true, features = ["fs"] }
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
|
wgpu = { version = "22.1", default-features = false }
|
|
# WARNING: gtk should follow the same version used by tauri
|
|
# https://github.com/tauri-apps/tauri/blob/tauri-v2.0.0-rc.2/core/tauri/Cargo.toml
|
|
gtk = { version = "0.18", features = ["v3_24"] }
|