Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit245825a

Browse files
committed
Use libui-ng instead of dormant libui
1 parent6ff9442 commit245825a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

‎.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "ui-sys/libui"]
22
path=ui-sys/libui
3-
url=https://github.com/andlabs/libui
3+
url=https://github.com/libui-ng/libui-ng

‎ui-sys/build.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ fn main() {
5757
let src_base = env::var("SRC_BASE").unwrap_or("libui".to_string());
5858
let src_path = |x|format!("{}/{}", src_base, x);
5959

60+
// libui might emit lots of warnings we can do nothing
61+
base_config.warnings(false);
62+
6063
// Add source files that are common to all platforms
6164
base_config.include(src_path("/common"));
6265

@@ -70,6 +73,7 @@ fn main() {
7073
"common/matrix.c",
7174
"common/opentype.c",
7275
"common/shouldquit.c",
76+
"common/table.c",
7377
"common/tablemodel.c",
7478
"common/tablevalue.c",
7579
"common/userbugs.c",

‎ui-sys/libui

Submodulelibui updated283 files

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp