From e88f809958e0711a2454c88caa5f0ef7916342bc Mon Sep 17 00:00:00 2001 From: kieran Date: Wed, 20 Nov 2024 15:20:06 +0000 Subject: [PATCH] fix: typo --- .drone.yaml | 2 +- TODO.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yaml b/.drone.yaml index 55a1b1f..aabef6c 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -7,7 +7,7 @@ metadata: namespace: git steps: - name: build - image: rust:bookwork + image: rust:bookworm commands: - cargo install xbuild - x build --platform linux --arch x64 diff --git a/TODO.md b/TODO.md index 15e0f42..86d3ad9 100644 --- a/TODO.md +++ b/TODO.md @@ -1,3 +1,4 @@ - [Login] Proper key storage - [NDB] Handle PRE's -- [UX] Render non-ascii chars with better font \ No newline at end of file +- [UX] Render non-ascii chars with better font +- [egui-video] Handle mobile DPI for video player \ No newline at end of file