Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 515 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 515 Bytes

Yotredash

GPLv3

A shader demotool written in Rust

Contributing

There is a git pre-commit hook in the hooks directory which runs cargo fmt -- --write-mode=diff before commit, which will fail the commit if it doesn't match the format guidelines. You can link the hook into your .git directory either by running the hooks/link script or with ln -sf on your own.