Skip to content

Commit

Permalink
Rename a directory source/slang-stdlib to slang-core-module (#5417)
Browse files Browse the repository at this point in the history
The directory name of `source/slang-stdlib` is changed to `source/slang-core-module`.
We will use the term "core module" instead of "standard library" from now on.
  • Loading branch information
jkwak-work authored Oct 28, 2024
1 parent b61be5e commit 8047160
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ add_subdirectory(source/slang-wasm)
add_subdirectory(source/slang-glslang)
add_subdirectory(tools)
add_subdirectory(prelude)
add_subdirectory(source/slang-stdlib)
add_subdirectory(source/slang-core-module)
add_subdirectory(source/slang)
add_subdirectory(source/slangc)
add_subdirectory(examples)
Expand Down
File renamed without changes.

0 comments on commit 8047160

Please sign in to comment.