Przeglądaj źródła

chore(bindings): remove uniffi bindings

thesimplekid 11 miesięcy temu
rodzic
commit
8fbd778e58

+ 0 - 1
Cargo.toml

@@ -1,7 +1,6 @@
 [workspace]
 members = [
     "bindings/cdk-js",
-    "bindings/uniffi-bindgen",
     "crates/cdk",
     "crates/cdk-redb",
     "crates/cdk-rexie",

+ 0 - 12
bindings/uniffi-bindgen/Cargo.toml

@@ -1,12 +0,0 @@
-[package]
-name = "uniffi-bindgen"
-version = "0.1.0"
-edition = "2021"
-publish = false
-rust-version.workspace = true
-
-[dependencies]
-uniffi = { workspace = true, features = ["cli"] }
-
-[build-dependencies]
-uniffi = { workspace = true, features = ["build"] }

+ 0 - 3
bindings/uniffi-bindgen/src/main.rs

@@ -1,3 +0,0 @@
-fn main() {
-    uniffi::uniffi_bindgen_main()
-}