Skip to content

Commit f94d94a

Browse files
committed
New Rust APIs
1 parent 2c6f3c3 commit f94d94a

8 files changed

Lines changed: 816 additions & 37 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# http://webui.me
22
# https://github.com/webui-dev/webui
3-
# Copyright (c) 2020-2023 Hassan Draga.
3+
# Copyright (c) 2020-2026 Hassan Draga.
44
# Licensed under MIT License.
55
# All rights reserved.
66
#

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# http://webui.me
22
# https://github.com/webui-dev/webui
3-
# Copyright (c) 2020-2023 Hassan Draga.
3+
# Copyright (c) 2020-2026 Hassan Draga.
44
# Licensed under MIT License.
55
# All rights reserved.
66
#

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# http://webui.me
22
# https://github.com/webui-dev/webui
3-
# Copyright (c) 2020-2023 Hassan Draga.
3+
# Copyright (c) 2020-2026 Hassan Draga.
44
# Licensed under MIT License.
55
# All rights reserved.
66
#

.github/workflows/schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# http://webui.me
22
# https://github.com/webui-dev/webui
3-
# Copyright (c) 2020-2023 Hassan Draga.
3+
# Copyright (c) 2020-2026 Hassan Draga.
44
# Licensed under MIT License.
55
# All rights reserved.
66
#

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# http://webui.me
22
# https://github.com/webui-dev/webui
3-
# Copyright (c) 2020-2023 Hassan Draga.
3+
# Copyright (c) 2020-2026 Hassan Draga.
44
# Licensed under MIT License.
55
# All rights reserved.
66
#

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ target
33
*.a
44
*.dll
55
*.so
6-
*.dylib
6+
*.dylib
7+
/.claude
8+
CLAUDE.md

0 commit comments

Comments
 (0)