fix: typo

This commit is contained in:
kieran 2024-11-20 15:20:06 +00:00
parent caed29915c
commit e88f809958
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@ metadata:
namespace: git namespace: git
steps: steps:
- name: build - name: build
image: rust:bookwork image: rust:bookworm
commands: commands:
- cargo install xbuild - cargo install xbuild
- x build --platform linux --arch x64 - x build --platform linux --arch x64

View File

@ -1,3 +1,4 @@
- [Login] Proper key storage - [Login] Proper key storage
- [NDB] Handle PRE's - [NDB] Handle PRE's
- [UX] Render non-ascii chars with better font - [UX] Render non-ascii chars with better font
- [egui-video] Handle mobile DPI for video player