spacetimedb
add bevy_spacetimedb init spacetimedb module
This commit is contained in:
parent
7cbe10c19e
commit
dedeb39304
17 changed files with 3355 additions and 49 deletions
|
|
@ -25,7 +25,10 @@
|
|||
buildInputs =
|
||||
[
|
||||
# Rust dependencies
|
||||
(rust-bin.nightly.latest.default.override {extensions = ["rust-src" "rust-docs" "rustc-codegen-cranelift" "rust-analyzer" "rustfmt"];})
|
||||
(rust-bin.nightly.latest.default.override {
|
||||
extensions = ["rust-src" "rust-docs" "rustc-codegen-cranelift" "rust-analyzer" "rustfmt"];
|
||||
targets = ["x86_64-unknown-linux-gnu" "wasm32-unknown-unknown"];
|
||||
})
|
||||
pkg-config
|
||||
]
|
||||
++ lib.optionals (lib.strings.hasInfix "linux" system) [
|
||||
|
|
@ -44,6 +47,10 @@
|
|||
xorg.libXrandr
|
||||
libxkbcommon
|
||||
wayland
|
||||
|
||||
# spacetimedb
|
||||
openssl
|
||||
binaryen
|
||||
];
|
||||
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
|
||||
LD_LIBRARY_PATH = lib.makeLibraryPath [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue