Merge branch 'main' into feature/sched-return

This commit is contained in:
Erica Marigold 2024-06-21 16:59:58 +05:30 committed by GitHub
commit 57ad0af125
Signed by: DevComp
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 5 deletions

4
.gitattributes vendored
View file

@ -1,9 +1,5 @@
* text=auto * text=auto
# Temporarily highlight luau as normal lua files
# until we get native linguist support for Luau
*.luau linguist-language=Lua
# Ensure all lua files use LF # Ensure all lua files use LF
*.lua eol=lf *.lua eol=lf
*.luau eol=lf *.luau eol=lf

View file

@ -33,7 +33,7 @@ Lune provides fully asynchronous APIs wherever possible, and is built in Rust
## Features ## Features
- 🌙 Strictly minimal but powerful interface that is easy to read and remember, just like Luau itself - 🌙 Strictly minimal but powerful interface that is easy to read and remember, just like Luau itself
- 🧰 Fully featured APIs for the filesystem, networking, stdio, all included in the small (~5mb) executable - 🧰 Fully featured APIs for the filesystem, networking, stdio, all included in the small (~5mb zipped) executable
- 📚 World-class documentation, on the web _or_ directly in your editor, no network connection necessary - 📚 World-class documentation, on the web _or_ directly in your editor, no network connection necessary
- 🏡 Familiar runtime environment for Roblox developers, with an included 1-to-1 task scheduler port - 🏡 Familiar runtime environment for Roblox developers, with an included 1-to-1 task scheduler port
- ✏️ Optional built-in library for manipulating Roblox place & model files, and their instances - ✏️ Optional built-in library for manipulating Roblox place & model files, and their instances