tirbofish/dropbear · diff
Merge pull request #88 from tirbofish/ui
feature: ui + more
Signature present but could not be verified.
Unverified
@@ -1,3 +1,3 @@ [target.x86_64-unknown-linux-gnu] linker = "clang" -rustflags = ["-C", "link-arg=-fuse-ld=mold"] +rustflags = ["-C", "link-arg=-fuse-ld=mold", "-C", "relocation-model=pic"] @@ -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: | @@ -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