From c9feb8f47a68f220c65fd82484c948afcea07ec3 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Tue, 23 Feb 2016 18:26:26 +0100 Subject: [PATCH] Update TROUBLES --- TROUBLES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TROUBLES.md b/TROUBLES.md index 68eee2c4..a60abed7 100644 --- a/TROUBLES.md +++ b/TROUBLES.md @@ -22,3 +22,7 @@ - Visibility rules mean that you can't write `struct Error; pub mod foo { pub struct Foo; impl From for Foo { ... } }`. Rustc complains that `Error` is private an exported in `Foo`'s signature, even though that's in the author's opinion a totally legitimate usage. + +- This repository contains the `vulkano-shaders` library, which generates Rust code that uses the `vulkano` library. If the API of `vulkano` gets + a breaking change, there is no way to enforce or to check the fact that the user uses a correct combination of versions for `vulkano-shaders` + and `vulkano`.