Re: New Z80 MZ-700 emulator implemented in Rust and Slint
Posted: Sat Jul 06, 2024 12:57 pm
Nice! It builds without any hassle under FreeBSD. But it seems slint wants a default font that I have not installed
let me see if I can fix that.
Code: Select all
warning: use of deprecated constant `assetdownload::_::WARNING`: No component is exported. The last imported component 'AssetsDownloadDialog' will be used. This is deprecated
--> src/assetdownload.rs:14:5
|
14 | import { AssetsDownloadDialog } from "ui/assetsdownloaddialog.slint";
| ^^^^^^
|
= note: `#[warn(deprecated)]` on by default
warning: `z80emu` (bin "z80emu") generated 1 warning
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
Running `target/debug/z80emu`
amdgpu: os_same_file_description couldn't determine if two DRM fds reference the same file description.
If they do, bad things may happen!
thread 'main' panicked at /home/tingo/.cargo/git/checkouts/slint-8153123e5dffa129/a16e86b/internal/common/sharedfontdb.rs:165:13:
Unable to determine default font. Failed to locate font for family Noto Sans
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace