Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

v0.4.0

Latest
Compare
Choose a tag to compare
@decahedron1 decahedron1 released this 10 Jan 17:06
· 2 commits to main since this release
3c61074

Features

  • vibe will now build successfully on macOS and Linux
  • Theme functions combined into one
  • ntdll.dll is now only loaded once per thread
  • unified-acrylic and blurbehind effects for cross-version unity and Windows 7 support
  • New demo application

Internal

  • Refactored to use once_cell
  • Replaced Mutex with RwCell
  • Other minor cleanups