Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/
14 lines
350 B
Plaintext
14 lines
350 B
Plaintext
--- build/config/rust.gni.orig 2025-03-24 20:50:14 UTC
|
|
+++ build/config/rust.gni
|
|
@@ -297,6 +297,10 @@ if (is_linux || is_chromeos) {
|
|
}
|
|
}
|
|
|
|
+if (is_bsd) {
|
|
+ rust_abi_target = string_replace(rust_abi_target, "linux-gnu", current_os)
|
|
+}
|
|
+
|
|
assert(!toolchain_has_rust || rust_abi_target != "")
|
|
|
|
# This variable is passed to the Rust libstd build.
|