refactor: make ready for cargo publishing
This commit is contained in:
25
Cargo.toml
25
Cargo.toml
@@ -1,7 +1,12 @@
|
||||
[package]
|
||||
edition = "2018"
|
||||
name = "stardust-xr"
|
||||
version = "0.9.0"
|
||||
name = "stardust-xr-server"
|
||||
version = "0.9.1"
|
||||
authors = ["Nova King <technobaboo@proton.me>"]
|
||||
description = "Stardust XR reference display server"
|
||||
license = "GPLv2"
|
||||
repository = "https://github.com/StardustXR/stardust-xr-server/"
|
||||
homepage = "https://stardustxr.org"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.57"
|
||||
@@ -27,16 +32,10 @@ prisma = "0.1.1"
|
||||
slog = "2.7.0"
|
||||
slog-stdlog = "4.1.1"
|
||||
xkbcommon = { version = "0.5.0", default-features = false }
|
||||
|
||||
[dependencies.libstardustxr]
|
||||
path = "../libstardustxr-rs"
|
||||
default-features = false
|
||||
|
||||
[dependencies.stereokit]
|
||||
path = "../stereokit-rs"
|
||||
default-features = false
|
||||
features = ["linux-egl"]
|
||||
stardust-xr = "0.1.0"
|
||||
stardust-xr-schemas = "0.1.0"
|
||||
stereokit = {default_features = false, features = ["linux-egl"], version = "0.2.0"}
|
||||
|
||||
[dependencies.smithay]
|
||||
# git = "https://github.com/Smithay/smithay.git"
|
||||
path = "../smithay"
|
||||
git = "https://github.com/technobaboo/smithay.git"
|
||||
branch = "feature/public_input"
|
||||
|
||||
Reference in New Issue
Block a user