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

Commit97f1710

Browse files
authored
Merge pull request#2062 from palfrey/vulkan
Fix vulkan and cel-rust
2 parentsb6507fc +bfba463 commit97f1710

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1839,7 +1839,7 @@ See also [Are we game yet?](https://arewegameyet.rs)
18391839
[[scripting](https://crates.io/keywords/scripting)]
18401840

18411841
*[3body-lang](https://github.com/rustq/3body-lang) - The Three Body Language
1842-
*[clarkmcc/cel-rust](https://github.com/clarkmcc/cel-rust)[[cel-interpreter](https://crates.io/crates/cel-interpreter)] - Common expression language parser and interpreter
1842+
*[cel-rust](https://github.com/cel-rust/cel-rust)[[cel-interpreter](https://crates.io/crates/cel-interpreter)] - Common expression language parser and interpreter
18431843
*[duckscript](https://crates.io/crates/duckscript) -[Simple, extendable and embeddable scripting language.](https://github.com/sagiegurari/duckscript)[![build badge](https://github.com/sagiegurari/duckscript/workflows/CI/badge.svg?branch=master)](https://github.com/sagiegurari/duckscript/actions)
18441844
*[facebook/starlark-rust](https://github.com/facebook/starlark-rust) - A small, deterministic, thread-safe language with Python syntax
18451845
*[fleabitdev/gamelisp](https://github.com/fleabitdev/glsp) - A Lisp-like scripting language for game development

‎src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ lazy_static! {
4949
"https://www.gnu.org/software/emacs/",
5050
"http://www.gnu.org/software/gsl/",
5151
"https://labex.io/skilltrees/rust",
52-
"https://github.com/TraceMachina/nativelink",// probably broken because @palfrey now works for them...
52+
"https://www.vulkan.org/",
5353
].iter().map(|s| s.to_string()).collect();
5454
// Overrides for popularity count, each needs a good reason (i.e. downloads/stars we don't support automatic counting of)
5555
// Each is a URL that's "enough" for an item to pass the popularity checks

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp