aboutsummaryrefslogtreecommitdiffstats
path: root/crates/libmpv2/src/mpv (unfollow)
Commit message (Collapse)Author
2025-03-21chore(treewide): Migrate to rust edition 2024Benedikt Peetz
Even though the diff in the libmpv2 crate is quite big, it really only added `unsafe` blocks to the `unsafe` functions.
2025-02-22chore(treewide): Add/Update the license headersBenedikt Peetz
2025-02-21chore(crates/libmpv2): Make `cargo clippy` happyBenedikt Peetz
2025-02-16style(treewide): Re-formatBenedikt Peetz
2025-02-14fix(crates/libmpv2): Improve the error message for the `RawError`Benedikt Peetz
Additionally, this commits migrates the error away from `thiserror`, simply because the crate is not needed at this scale.
2024-10-14refactor(treewide): Conform to the clippy and rust lintsBenedikt Peetz
2024-08-24refactor(watch): Don't track the playlist, use the properties of `mpv` insteadBenedikt Peetz
2024-08-23refactor(libmpv2): Move to the `crates` directoryBenedikt Peetz