[PR #25] [CLOSED] offline install #147

Closed
opened 2026-03-03 13:46:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/25
Author: @loganmc10
Created: 11/2/2023
Status: Closed

Base: mainHead: vendor


📝 Commits (3)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/gopher64/gopher64/pull/25 **Author:** [@loganmc10](https://github.com/loganmc10) **Created:** 11/2/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `vendor` --- ### 📝 Commits (3) - [`e2d1417`](https://github.com/gopher64/gopher64/commit/e2d1417dee3862f26ffe897a11052e3946bd3f0e) offline install - [`74d265f`](https://github.com/gopher64/gopher64/commit/74d265fca668938daf93e0c5982a85e24be41e88) more - [`a5fc2cb`](https://github.com/gopher64/gopher64/commit/a5fc2cb43c1b516542ba3625f5f538ead85634d5) more ### 📊 Changes **100 files changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:46:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gopher64#147
No description provided.