tirbofish/dropbear · diff
started work on redback-runtime, added many values onto scenes, runtime configs. documented many different functions, structs and values. also just did a simple 4tkbytes -> tirbofish (to show my new github name and ensure all docs are correct).
last commit for the weekend.
assessment season coming up, and i CANNOT fuck this up for my HSC. looks like this is a public transport project for now, or a _potential_ weekend project.
jarvis, run github actions
Signature present but could not be verified.
Unverified
@@ -57,12 +57,13 @@ jobs: with: targets: ${{ matrix.target }} - name: build eucalyptus packages - run: cargo build --release --package eucalyptus-core --package eucalyptus-editor --package magna-carta --target ${{ matrix.target }} + run: cargo build --release --package eucalyptus-core --package eucalyptus-editor --package magna-carta --package redback-runtime --target ${{ matrix.target }} - name: prepare the artifact run: | mkdir -p dist/libs cp target/${{ matrix.target }}/release/eucalyptus-editor${{ matrix.ext }} dist/ cp target/${{ matrix.target }}/release/magna-carta${{ matrix.ext }} dist/ + cp target/${{ matrix.target }}/release/redback-runtime${{ matrix.ext }} dist/ if [ "${{ matrix.os }}" = "windows-latest" ]; then cp target/${{ matrix.target }}/release/eucalyptus_core.dll dist/ 2>/dev/null || true cp target/${{ matrix.target }}/release/eucalyptus_core.dll.lib dist/ 2>/dev/null || true @@ -2,7 +2,7 @@ package.version = "0.1.2" package.edition = "2024" package.license = "MIT OR Apache-2.0" -package.repository = "https://github.com/4tkbytes/dropbear" +package.repository = "https://github.com/tirbofish/dropbear" package.readme = "README.md" resolver = "3" @@ -78,6 +78,7 @@ syn = { version = "2.0", features = ["full"] } quote = "1.0" egui_ltreeview = { version = "0.6", features = ["doc"] } dyn-hash = "1.0" +semver = { version = "1.0", features = ["serde"] } [workspace.dependencies.image] version = "0.25" @@ -165,27 +165,27 @@ publishing { pom { name.set("dropbear") description.set("The dropbear scripting part of the engine... uhh yeah!") - url.set("https://github.com/4tkbytes/dropbear") + url.set("https://github.com/tirbofish/dropbear")
Large diffs are not rendered by default. Showing the first 50 of 2612 lines. Show full diff