@camera.ui/camera-ui-rust-motion 0.0.22 → 0.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle.zip +0 -0
- package/package.json +4 -4
package/bundle.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "RUST Motion",
|
|
3
3
|
"name": "@camera.ui/camera-ui-rust-motion",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.24",
|
|
5
5
|
"description": "Lightning-fast motion detection written in Rust. Exceptional performance and reliability for continuous monitoring.",
|
|
6
6
|
"author": "seydx (https://github.com/seydx/camera.ui)",
|
|
7
7
|
"main": "./dist/index.js",
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
"build:macos-universal": "lipo -create -output detector.node rust_detector_macos_arm64.node rust_detector_macos_x64.node",
|
|
16
16
|
"build:windows-x64": "cross-env RUSTFLAGS=\"-C target-feature=+avx2,+sse4.1\" npm run build:rust -- --target x86_64-pc-windows-msvc",
|
|
17
17
|
"build:linux-x64": "cross-env RUSTFLAGS='-C target-feature=+avx2,+sse4.1' npm run build:rust -- --target x86_64-unknown-linux-gnu",
|
|
18
|
-
"build:
|
|
19
|
-
"build:freebsd": "cross-env RUSTFLAGS='-C target-feature=+avx2,+sse4.1'
|
|
20
|
-
"build:
|
|
18
|
+
"build:linux-arm64": "cross-env RUSTFLAGS='-C target-feature=+neon' CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc CC_aarch64_unknown_linux_gnu=aarch64-linux-gnu-gcc CXX_aarch64_unknown_linux_gnu=aarch64-linux-gnu-g++ npm run build:rust -- --target aarch64-unknown-linux-gnu",
|
|
19
|
+
"build:freebsd-x64": "cross-env RUSTFLAGS='-C target-feature=+avx2,+sse4.1' npm run build:rust -- --target x86_64-unknown-freebsd",
|
|
20
|
+
"build:riscv-x64": "cross-env npm run build:rust -- --target riscv64gc-unknown-linux-gnu",
|
|
21
21
|
"bundle": "npm run format && npm run lint:fix && npm run build && cui bundle",
|
|
22
22
|
"bundle:dev": "npm run format && npm run lint:fix && npm run build && cross-env MODE=development cui bundle",
|
|
23
23
|
"clean": "cargo clean && rimraf --glob *.node",
|