kitgit

tirbofish/dropbear · diff

2d2c8e2 · Thribhu K

Merge pull request #88 from tirbofish/ui feature: ui + more

Unverified

diff --git a/.cargo/config.toml b/.cargo/config.toml
index 5c0c649..d2312c6 100644
--- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -1,3 +1,3 @@
 [target.x86_64-unknown-linux-gnu]
 linker = "clang"
-rustflags = ["-C", "link-arg=-fuse-ld=mold"]
\ No newline at end of file
+rustflags = ["-C", "link-arg=-fuse-ld=mold", "-C", "relocation-model=pic"]
diff --git a/.github/workflows/create_executable.yaml b/.github/workflows/create_executable.yaml
index 2849e23..30cef50 100644
--- a/.github/workflows/create_executable.yaml
+++ b/.github/workflows/create_executable.yaml
@@ -71,7 +71,8 @@ jobs:
         with:
           targets: ${{ matrix.target }}
       - name: build eucalyptus packages
-        # run: cargo build --release --package eucalyptus-core --package eucalyptus-editor --package magna-carta --package redback-runtime --target ${{ matrix.target }}
+        env:
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         run: cargo build --release --package eucalyptus-core --package eucalyptus-editor --package magna-carta --target ${{ matrix.target }}
       - name: prepare the artifact
         run: |
diff --git a/Cargo.toml b/Cargo.toml
index 6652f99..2a94bc3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,10 +4,11 @@ package.edition = "2024"
 package.license = "MIT OR Apache-2.0"
 package.repository = "https://github.com/tirbofish/dropbear"
 package.readme = "README.md"
+package.authors = ["Thribhu K <4tkbytes@pm.me>"]
 
 resolver = "3"
 members = [
-    "crates/*"
+    "crates/*",
 ]
 
 [workspace.dependencies]
@@ -30,11 +31,11 @@ env_logger = "0.11"
 futures = "0.3"
 gilrs = "0.11"
 git2 = { version = "0.20", features = ["vendored-openssl"] }
-glam = { version = "0.30", features = ["serde", "mint"] }
+glam = { version = "0.30", features = ["serde", "mint", "bytemuck"] }
 hecs = { version = "0.11", features = ["serde"] }
 log = "0.4"
 log-once = "0.4"

Large diffs are not rendered by default. Showing the first 50 of 18506 lines. Show full diff