blob: bdf476fa30b6b3f696f34b2865e8a8e151799178 [file] [log] [blame]
// Copyright 2023 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto3";
package recipes.fuchsia.contrib.vulkan_sdk;
message InputProperties {
// SDK version.
string version = 1;
}