aspe:keyoxide.org:DQEGFXMS2IE2QV3N464TSPLLYI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BYTE UNIX Benchmarks (Version 6.0.0) | |
| System: : GNU/Linux | |
| OS: GNU/Linux -- 7.0.5-arch1-1 -- #1 SMP PREEMPT_DYNAMIC Fri, 08 May 2026 09:29:23 +0000 | |
| Machine: x86_64 (unknown) | |
| Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8") | |
| CPU 0: Intel(R) Core(TM)2 Duo CPU P7550 @ 2.26GHz (4510.5 bogomips) | |
| Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization | |
| CPU 1: Intel(R) Core(TM)2 Duo CPU P7550 @ 2.26GHz (4510.5 bogomips) | |
| Hyper-Threading, x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| error[E0433]: failed to resolve: use of unresolved module or unlinked crate `library_loader` | |
| --> desktop/src/cef/context/builder.rs:30:17 | |
| | | |
| 30 | let loader = library_loader::LibraryLoader::new(&std::env::current_exe().unwrap(), false); | |
| | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `library_loader` | |
| | | |
| = help: if you wanted to use a crate named `library_loader`, use `cargo add library_loader` to add it to your `Cargo.toml` | |
| help: consider importing this struct | |
| | | |
| 1 + use cef::library_loader::LibraryLoader; |