From aad3f861d940f864ea61925578faa9b8c1282142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariusz=20R=C3=B3=C5=BCycki?= Date: Sun, 1 Dec 2024 14:19:38 +0100 Subject: [PATCH] Update plugin templates to latest rustmas code --- Cargo.lock | 44 ++++++++++++++-------------- animation-template-native/Cargo.toml | 6 ++-- animation-template-wasm/Cargo.toml | 10 +++---- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8546c02..8d27e52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -494,9 +494,9 @@ dependencies = [ [[package]] name = "animation-api" version = "0.1.0" -source = "git+https://github.com/mrozycki/rustmas?rev=2dd3637#2dd3637e66e0f0decd3ff7f3c3ab44ef56bfc8f4" +source = "git+https://github.com/mrozycki/rustmas?rev=835ad9e#835ad9e28198a9ce19d818fb7b5b0c7abbf0616a" dependencies = [ - "lightfx 0.1.0 (git+https://github.com/mrozycki/rustmas?rev=2dd3637)", + "lightfx 0.1.0 (git+https://github.com/mrozycki/rustmas?rev=835ad9e)", "midi-msg", "serde", "serde_json", @@ -516,7 +516,7 @@ dependencies = [ [[package]] name = "animation-macros" version = "0.1.0" -source = "git+https://github.com/mrozycki/rustmas?rev=2dd3637#2dd3637e66e0f0decd3ff7f3c3ab44ef56bfc8f4" +source = "git+https://github.com/mrozycki/rustmas?rev=835ad9e#835ad9e28198a9ce19d818fb7b5b0c7abbf0616a" dependencies = [ "darling", "proc-macro2", @@ -528,9 +528,9 @@ dependencies = [ name = "animation-template-native" version = "0.1.0" dependencies = [ - "animation-api 0.1.0 (git+https://github.com/mrozycki/rustmas?rev=2dd3637)", - "animation-utils 0.1.0 (git+https://github.com/mrozycki/rustmas?rev=2dd3637)", - "lightfx 0.1.0 (git+https://github.com/mrozycki/rustmas?rev=2dd3637)", + "animation-api 0.1.0 (git+https://github.com/mrozycki/rustmas?rev=835ad9e)", + "animation-utils 0.1.0 (git+https://github.com/mrozycki/rustmas?rev=835ad9e)", + "lightfx 0.1.0 (git+https://github.com/mrozycki/rustmas?rev=835ad9e)", "serde", "serde_json", ] @@ -539,10 +539,10 @@ dependencies = [ name = "animation-template-wasm" version = "0.1.0" dependencies = [ - "animation-api 0.1.0 (git+https://github.com/mrozycki/rustmas?rev=2dd3637)", - "animation-utils 0.1.0 (git+https://github.com/mrozycki/rustmas?rev=2dd3637)", - "animation-wasm-wrapper", - "lightfx 0.1.0 (git+https://github.com/mrozycki/rustmas?rev=2dd3637)", + "animation-api 0.1.0 (git+https://github.com/mrozycki/rustmas?rev=835ad9e)", + "animation-utils 0.1.0 (git+https://github.com/mrozycki/rustmas?rev=835ad9e)", + "animation-wasm-bindings 0.1.0 (git+https://github.com/mrozycki/rustmas?rev=835ad9e)", + "lightfx 0.1.0 (git+https://github.com/mrozycki/rustmas?rev=835ad9e)", "serde", "serde_json", ] @@ -563,11 +563,11 @@ dependencies = [ [[package]] name = "animation-utils" version = "0.1.0" -source = "git+https://github.com/mrozycki/rustmas?rev=2dd3637#2dd3637e66e0f0decd3ff7f3c3ab44ef56bfc8f4" +source = "git+https://github.com/mrozycki/rustmas?rev=835ad9e#835ad9e28198a9ce19d818fb7b5b0c7abbf0616a" dependencies = [ - "animation-api 0.1.0 (git+https://github.com/mrozycki/rustmas?rev=2dd3637)", - "animation-macros 0.1.0 (git+https://github.com/mrozycki/rustmas?rev=2dd3637)", - "lightfx 0.1.0 (git+https://github.com/mrozycki/rustmas?rev=2dd3637)", + "animation-api 0.1.0 (git+https://github.com/mrozycki/rustmas?rev=835ad9e)", + "animation-macros 0.1.0 (git+https://github.com/mrozycki/rustmas?rev=835ad9e)", + "lightfx 0.1.0 (git+https://github.com/mrozycki/rustmas?rev=835ad9e)", "nalgebra", "rand 0.8.5", "serde", @@ -593,14 +593,14 @@ dependencies = [ ] [[package]] -name = "animation-wasm-wrapper" +name = "animation-wasm-bindings" version = "0.1.0" -source = "git+https://github.com/mrozycki/rustmas?rev=2dd3637#2dd3637e66e0f0decd3ff7f3c3ab44ef56bfc8f4" +source = "git+https://github.com/mrozycki/rustmas?rev=835ad9e#835ad9e28198a9ce19d818fb7b5b0c7abbf0616a" dependencies = [ - "animation-api 0.1.0 (git+https://github.com/mrozycki/rustmas?rev=2dd3637)", - "animation-utils 0.1.0 (git+https://github.com/mrozycki/rustmas?rev=2dd3637)", + "animation-api 0.1.0 (git+https://github.com/mrozycki/rustmas?rev=835ad9e)", + "animation-utils 0.1.0 (git+https://github.com/mrozycki/rustmas?rev=835ad9e)", "itertools 0.13.0", - "lightfx 0.1.0 (git+https://github.com/mrozycki/rustmas?rev=2dd3637)", + "lightfx 0.1.0 (git+https://github.com/mrozycki/rustmas?rev=835ad9e)", "log", "serde", "serde_json", @@ -4385,7 +4385,7 @@ dependencies = [ [[package]] name = "lightfx" version = "0.1.0" -source = "git+https://github.com/mrozycki/rustmas?rev=2dd3637#2dd3637e66e0f0decd3ff7f3c3ab44ef56bfc8f4" +source = "git+https://github.com/mrozycki/rustmas?rev=835ad9e#835ad9e28198a9ce19d818fb7b5b0c7abbf0616a" dependencies = [ "serde", "serde_json", @@ -6201,7 +6201,7 @@ name = "rustmas-animator" version = "0.1.0" dependencies = [ "animation-api 0.1.0", - "animation-wasm-bindings", + "animation-wasm-bindings 0.1.0", "async-trait", "chrono", "clap", @@ -7064,7 +7064,7 @@ version = "0.1.0" dependencies = [ "animation-api 0.1.0", "animation-utils 0.1.0", - "animation-wasm-bindings", + "animation-wasm-bindings 0.1.0", "itertools 0.10.5", "lightfx 0.1.0", "serde", diff --git a/animation-template-native/Cargo.toml b/animation-template-native/Cargo.toml index acb1437..6b9e2cd 100644 --- a/animation-template-native/Cargo.toml +++ b/animation-template-native/Cargo.toml @@ -4,9 +4,9 @@ version = "0.1.0" edition = "2021" [dependencies] -animation-utils = { git = "https://github.com/mrozycki/rustmas", rev = "2dd3637" } -animation-api = { git = "https://github.com/mrozycki/rustmas", rev = "2dd3637" } -lightfx = { git = "https://github.com/mrozycki/rustmas", rev = "2dd3637" } +animation-utils = { git = "https://github.com/mrozycki/rustmas", rev = "835ad9e" } +animation-api = { git = "https://github.com/mrozycki/rustmas", rev = "835ad9e" } +lightfx = { git = "https://github.com/mrozycki/rustmas", rev = "835ad9e" } serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.93" diff --git a/animation-template-wasm/Cargo.toml b/animation-template-wasm/Cargo.toml index 5e00567..6e0dab5 100644 --- a/animation-template-wasm/Cargo.toml +++ b/animation-template-wasm/Cargo.toml @@ -4,15 +4,15 @@ version = "0.1.0" edition = "2021" [dependencies] -animation-utils = { git = "https://github.com/mrozycki/rustmas", rev = "2dd3637" } -animation-api = { git = "https://github.com/mrozycki/rustmas", rev = "2dd3637" } -lightfx = { git = "https://github.com/mrozycki/rustmas", rev = "2dd3637" } +animation-utils = { git = "https://github.com/mrozycki/rustmas", rev = "835ad9e" } +animation-api = { git = "https://github.com/mrozycki/rustmas", rev = "835ad9e" } +lightfx = { git = "https://github.com/mrozycki/rustmas", rev = "835ad9e" } serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.93" -[dependencies.animation-wasm-wrapper] +[dependencies.animation-wasm-bindings] git = "https://github.com/mrozycki/rustmas" -rev = "2dd3637" +rev = "835ad9e" default-features = false features = ["guest"]