mirror of
https://github.com/gopher64/gopher64.git
synced 2026-04-25 23:15:57 +03:00
[PR #25] [CLOSED] offline install #147
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gopher64#147
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/gopher64/gopher64/pull/25
Author: @loganmc10
Created: 11/2/2023
Status: ❌ Closed
Base:
main← Head:vendor📝 Commits (3)
e2d1417offline install74d265fmorea5fc2cbmore📊 Changes
100 files changed (+0 additions, -0 deletions)
View changed files
📝
.cargo/config.toml(+10 -0)📝
.github/workflows/build.yml(+3 -3)📝
.github/workflows/lint.yml(+1 -1)📝
.gitignore(+0 -5)➕
Cargo.lock(+3774 -0)➕
vendor/ab_glyph/.cargo-checksum.json(+1 -0)➕
vendor/ab_glyph/CHANGELOG.md(+92 -0)➕
vendor/ab_glyph/Cargo.toml(+56 -0)➕
vendor/ab_glyph/LICENSE(+176 -0)➕
vendor/ab_glyph/README.md(+42 -0)➕
vendor/ab_glyph/src/codepoint_ids.rs(+24 -0)➕
vendor/ab_glyph/src/err.rs(+14 -0)➕
vendor/ab_glyph/src/font.rs(+318 -0)➕
vendor/ab_glyph/src/font_arc.rs(+162 -0)➕
vendor/ab_glyph/src/glyph.rs(+171 -0)➕
vendor/ab_glyph/src/lib.rs(+54 -0)➕
vendor/ab_glyph/src/nostd_float.rs(+41 -0)➕
vendor/ab_glyph/src/outlined.rs(+176 -0)➕
vendor/ab_glyph/src/scale.rs(+270 -0)➕
vendor/ab_glyph/src/ttfp.rs(+349 -0)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.